home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / basic / ace / misc / task / taskvar.c < prev    next >
Encoding:
Text File  |  1994-09-09  |  99 b   |  8 lines

  1.  
  2. /*
  3. ** A non-stack-allocated variable
  4. ** which is to be shared by two
  5. ** tasks.
  6. */
  7. long sharedvar;
  8.